Prevent crashes due to redisplay while realizing the default face
authorEli Zaretskii <eliz@gnu.org>
Sun, 26 May 2024 16:41:30 +0000 (19:41 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 26 May 2024 16:41:30 +0000 (19:41 +0300)
commit74b8043e60dde6710d0ba413278c2cb36a84f8f2
treeaa884615cd22017c05e1b66015fcf67ebfb8223f
parentc593441ab009fb7068f055cda0af1f9fafd2f600
Prevent crashes due to redisplay while realizing the default face

* src/xfaces.c (Finternal_merge_in_global_face)
(realize_default_face): Prevent redisplay while the default face
is being realized.  (Bug#71176)
src/xdisp.c
src/xfaces.c